home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / gnome-icon-theme.preinst < prev    next >
Encoding:
Text File  |  2010-11-06  |  293 b   |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = "upgrade" ] && [ "$2" = 2.30.0-1 ]; then
  6.   ( while read name prio; do
  7.       update-alternatives --remove start-here-32.png /usr/share/icons/gnome/32x32/places/$name.png 2> /dev/null || true
  8.     done ) << EOF
  9. debian-swirl 30
  10. gnome-foot 20
  11. swirl-foot 20
  12. EOF
  13.  
  14. fi
  15.  
  16.  
  17.